home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / MATHS / RLAB / RLAB125.ZIP / !RLaB / misc / RISCOS / changelog next >
Text File  |  1996-04-10  |  6KB  |  162 lines

  1.  
  2.         1.23  RISC OS v 1.0
  3.         
  4.         -- please read the CHANGELOG file to find out what is changed in the 
  5.            RLaB original distribution (note that a few plplot functions have
  6.            been renamed)
  7.         
  8.         -- frexp included natively
  9.         
  10.         -- new, officially allocated filetype &121. All 'R' files changed accordingly
  11.         
  12.         -- Throwback is supported i.e. a syntax error will open your editor of
  13.            choice positioning the cursor on the offending line.
  14.            Enable it with -t command line option.
  15.            You need the DDEutils and frontend modules (they come with any Acorn
  16.            C compiler) to use it, or RLaB will complain at a SWI not known.
  17.     
  18.     -- New !boot and !run, so RLaB will start at a double click of an 'R'
  19.            file.
  20.            
  21.         -- draw output background colour selectable (_plscolbg in plplot 'R' file)
  22.            
  23.         -- Bugs fixed: all the known crash causes.
  24.       - Crash on wrong rlab_init filetype
  25.       - Crash possible on plplot filename > 10 chars. This means plplot 
  26.         will trim down file names to 10 chars.
  27.       - Crash executing quit after syntax error.  
  28.         
  29.  
  30.  
  31.         1.23  beta 4/23: 
  32.         
  33.         -- RLaB updated to v 1.23
  34.         
  35.         -- command line history and editing 
  36.     
  37.     
  38.     
  39.     1.19b beta 3: *much* functionality included!
  40.     
  41.     A lot of popular requests for these 2 additions:
  42.     
  43.     -- Draw files supported! Just hit return when asked for the output device of
  44.     your choice. * NOTE *: most examples do not close the output stream, use plend()
  45.     or plclose() to do so or else the last plotted file will remain open.
  46.     Many thanks to Gareth McCaughan (gjm11@pmms.cam.ac.uk) for his mkdrawf 
  47.     utility that allowed me to debug draw files in a human-intelligible way.
  48.     mkdrawf files are available as output option 2 but are not supported.
  49.     (This also means that the plplot library now supports Draw files and that I'm going
  50.     to release it as well.)
  51.     
  52.     -- Help files can now be split on more than 1 directory (workaround for
  53.     77 file limit)
  54.     
  55.     -- New RISC OS specific 'gnuplot' 'R' file should anyone need it.
  56.     
  57.     -Some bugs fixed:
  58.      1 - Quite nasty - having the 'gnuplot' R file in the lib directory would
  59.          clash with plplot. Now 'gnuplot' has been removed from the library
  60.          'rlib' directory. 
  61.          It can be found in the 'examples' dir. If you still want to use GNUPlot,  
  62.              GNUPlot 3.4 is now supported through the gnupipe utility. Remove 
  63.              'plplot' from 'rlib' and copy 'gnuplot' in it instead.
  64.          Most examples behave as they should, now!
  65.          
  66.      2 - Now differentiates from 'not existing' and 'wrong filetype' when an error
  67.          occurs while loading.
  68.     
  69.     
  70.     
  71.     1.19b beta 2:
  72.         
  73.         -- RLaB updated to current version, 1.19b. See WHATS/NEW for RLaB specific
  74.         info on the differences between 1.18 and 1.19
  75.  
  76.     -- New RLaB / RLaB filetype icons :-) 
  77.  
  78.     -- filetypes:
  79.     RLaB now supports filetype checking, i.e. it will check the filetype 
  80.     of any 'r' file you try to load/rfile/require and generally try to interpret.
  81.     Unless the system variable  RLAB_FILETYPE is set to something appropriate
  82.     (RLaB seems to be a reasonable filetype name), RLaB will default its type
  83.     to text and will refuse to load any other types. Unfortunately, Acorn is
  84.     running short of types, so I cannot have one allocated officially.
  85.     The PD unofficially allocated type is RLaB = 0x110
  86.     Check the !boot and !run files to see how it works.
  87.     
  88.     -- gnuplot support:
  89.     Thanks to some code provided by Alun Jones I have included the 'gnupipe' 
  90.     utility. It simply pipes to GNUPlot anything you give it. 
  91.     For example: gnupipe <list of commands>.
  92.  
  93.         -- fixed docs:
  94.         The supplied primer pages are converted by DVIView and need some TeX fonts
  95.         to be installed. A !Othrfnt directory is now supplied that should contain 
  96.         all the fonts needed
  97.  
  98.           -- new rfiles:
  99.     loaddir:
  100.      old loaddir as supplied won't work under RISC OS. A RISC OS specific
  101.      version supersedes the old one (moved now to loaddir_ux)
  102.      (courtesy Ian McLoughlin)
  103.     gnupl_pipe:
  104.      pipes a command file to gnuplot (that must be already running)
  105.      See under gnuplot support
  106.     system_ext:
  107.      forks a task obey basically working nicely around the 'system' memory
  108.      problem. It is just an example that gives you an idea, in the 
  109.      'examples' directory
  110.         
  111.  
  112.  
  113.     1.18c beta 1: 
  114.     
  115.     first official release
  116.     Thanks to the new excellent Acorn C compiler v5 it can now extend its
  117.     own wimpslot so it doesn't really matter if you allocate it a smaller than
  118.     necessary chunk. Start it in a 2 Mb slot, and it will grab/release what it
  119.     needs.
  120.  
  121.  
  122. Short:
  123. ****    HISTORY:
  124.  
  125.     1.23 v1.00
  126.     throwback
  127.     native frexp
  128.     'crash on wrong type rlab_init' bug fixed
  129.     'crash on plplot filename length > 10' bug fixed
  130.     'crash on quit after syntax error' bug fixed
  131.     new filetype allocated: &121
  132.     user selectable draw file background colour
  133.  
  134.     1.23 beta 4
  135.     RLaB updated to 1.23
  136.         readline history and editing
  137.  
  138.         1.19b beta 3
  139.         Drawfiles native
  140.         Split help dir
  141.         GNUPlot real support
  142.  
  143.     1.19b beta 2
  144.     RLaB updated to 1.19b
  145.     
  146.     1.18c beta 2 - never publicly released
  147.     Filetype check on loads/rfile/require etc. 
  148.            It defaults to text unless otherwise specified.
  149.     New startup taskobey (Now displays name in task list)
  150.     rfiles: loaddir, gnupl_pipe
  151.     
  152.     1.18c beta 1
  153.     Switched to AnsiLib and C v5
  154.     Improvements:
  155.         1-Dynamic allocations of WimpSlot (thanks to Acorn C v5)
  156.         2-Now loads files with '/' in the name string (couldn't with Unixlib)
  157.         3-Fixed Infinity and Nan representation
  158.     
  159.     1.18c alpha - never publicly released
  160.     Never released, first fully functional version. Compiled with Unixlib and Acorn C v4
  161.  
  162.